home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo .
- echo .
- echo . FOR A BRIEF DOCUMENTATION MANUAL ON AM-TAX:
- echo .
- echo . (1) Insert the AM-Tax program disk into drive A:
- echo .
- echo . (2) Align the paper in your computer's printer
- echo .
- echo . (3) Turn on your printer.
- echo .
- echo . (4) Press any key to print
- echo .
- echo . TO SKIP THE PRINTING, press ALT-C now..
- pause
- if exist *.doc goto start
- echo.
- echo. ERROR...Documentation file not found.
- echo.
- echo. ACTION..Be sure A: (or B:) prompt is on the DOS screen, then retry.
- goto end
- :start
- copy *.doc prn
- :end
- echo on